Xamarin.iOS のドキュメント
CalendarSlotsPanel<S> クラス
メンバ 

C1.iOS.Calendar アセンブリ > C1.iOS.Calendar 名前空間 : CalendarSlotsPanel<S> クラス
スロットの型。このクラスを継承して、カスタムプロパティを追加します。
日、月、日をレンダリングするために使用される抽象的なパネル型。標準的なグリッドで表示され、ビューの外にもスロットを描画できます。
オブジェクト モデル
CalendarSlotsPanel<S> クラス
シンタックス
'宣言
 
<Foundation.RegisterAttribute("UIView", True)>
Public MustInherit Class CalendarSlotsPanel(Of S As C1.iOS.Calendar.C1Calendar.CalendarSlotInfo) 
   Inherits UIKit.UIView
   Implements C1.iOS.Core.IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment 
[Foundation.Register("UIView", true)]
public abstract class CalendarSlotsPanel<S> : UIKit.UIView, C1.iOS.Core.IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment  
where S: C1.iOS.Calendar.C1Calendar.CalendarSlotInfo
型パラメータ
S
スロットの型。このクラスを継承して、カスタムプロパティを追加します。
継承階層

System.Object
   Foundation.NSObject
      UIKit.UIResponder
         UIKit.UIView
            C1.iOS.Calendar.CalendarSlotsPanel<S>
               C1.iOS.Calendar.CalendarDaysOfWeekPanel
               C1.iOS.Calendar.CalendarDaysPanel
               C1.iOS.Calendar.CalendarHeadersPanel
               C1.iOS.Calendar.CalendarMonthsPanel
               C1.iOS.Calendar.CalendarYearsPanel

参照

CalendarSlotsPanel<S> メンバ
C1.iOS.Calendar 名前空間